home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / wild / support / wilf / modules / strings.h < prev    next >
C/C++ Source or Header  |  1999-05-25  |  186b  |  6 lines

  1. #include <exec/types.h>
  2. extern ULONG ChkIn(char *a,char *in);
  3. extern ULONG *NextWord(char *b);
  4. extern ULONG CopyWord(char *fill,char *word);
  5. extern ULONG CopyStr(char *fill,char *from);
  6.